home *** CD-ROM | disk | FTP | other *** search
- // Navigation bar at top of page
- NAVLISTEXAMPLE: NavListExample {};
-
- // Declares the example element
- COUNTRY: WORepetition {list=featuredTours; item=country};
- COUNTRYNAME: WOString {value=country.name};
- TOURS: WORepetition {list=country.tours; item=tour};
- ANCHOR: WOHyperlink {action=displayInfoForTour};
- ANCHORNAME: WOString {value=tour};
-
-
- // The component that lets you view the source code of the example
- SHOWSOURCE: CodeViewer {componentName = "RepetitionEx1"};
-
-